home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Network / Snak / Snak 3.2.1 68K / Scripts / basical < prev    next >
Encoding:
Text File  |  1999-06-21  |  1.9 KB  |  86 lines  |  [TEXT/R*ch]

  1. # Kent Sorensen 06/06/98 : this file is based on a file included with the 
  2. #                          standard distribution of ircII
  3. # This script is intended for use with all installations of ircII.
  4. # ircII is unlikely to work properly without loading this script
  5. # from 'global'.
  6. #
  7. # by troy & lynx
  8. #     
  9. # on and bind are not supported
  10.  
  11. # Standard ircI-like abbreviations
  12. # No irc client can call itself irc client if its not ircI-compatible!
  13. #
  14.  
  15. #KS aliases defined for Snak
  16. alias play sound
  17. alias F5 say testing function keys
  18. alias F6 whois url
  19. alias Finger CTCP $0 FINGER
  20. alias Version CTCP $0 VERSION
  21. alias Time CTCP $0 TIME
  22. alias Userinfo CTCP $0 USERINFO
  23. alias Clientinfo CTCP $0 CLIENTINFO
  24. alias Chat DCC CHAT $0-
  25. alias DQuery DCC CHAT $0-
  26. alias kb kick $C $0 It's time to kick $0 and chew bubblegum. And I'm all out of bubblegum.
  27. alias i invite $0 $C
  28. alias tn mode $C +tn
  29. #alias l me laughs until $0 comes out of his nose
  30. alias trout me slaps $0 around with a fresh trout
  31. alias p me nods at $0 and gives him a small kipper
  32. alias op mode $C +o $0
  33. alias deop mode $C -o $0
  34. alias ChannelClick query $E
  35. alias ConsoleClick msg $E $*
  36. alias m j macintosh,macdev
  37. assign GENDER M
  38. alias e {
  39.  me eats $0
  40.  say *BURP*
  41. }
  42.  
  43. alias a away
  44. alias c channel
  45. alias ch channel
  46. alias e exit
  47. alias h help
  48. #alias i invite
  49. alias j join
  50. alias l list
  51. alias log set log
  52. #alias m msg
  53. alias n names
  54. alias s signoff
  55. alias t topic
  56. alias w whois
  57.  
  58. # Standard ircII aliases..
  59. #
  60. alias chop mo +o
  61. alias unchop mo -o $*
  62. alias mo mode $C $*
  63. alias k kick $C
  64. alias wdetected whois $D
  65. alias show exec -msg $T
  66. alias umode mode $N
  67.  
  68. # DMSG and DQUERY have been replaced. These alii return the
  69. # commands to the user, although the functionality has been
  70. # changed slightly.
  71. #
  72. alias dmsg msg =$0 $1-
  73. alias dquery /query =$0
  74.  
  75. # Reverse text with Ctrl-R
  76. bind ^r type 
  77.  
  78. # Fix for window output
  79. #
  80. window name ircII
  81. #... level all,-crap
  82. # set window level all,-crap
  83.  
  84. # Sent notices should by default not be visible
  85. on ^send_notice * :
  86.